From c613638f31100e8901549dfbb704cfdd20993d6c Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Sat, 7 May 2005 10:22:07 +0000 Subject: [PATCH] bitkeeper revision 1.1389.5.31 (427c96cfOpa2KErBqa0pO1osWWIb6Q) pci/direct.c is no longer patched in arch/xen/i386, so arch/xen/x86_64 must symlink straight to arch/i386. Signed-off-by: Keir Fraser --- linux-2.6.11-xen-sparse/arch/xen/x86_64/pci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6.11-xen-sparse/arch/xen/x86_64/pci/Makefile b/linux-2.6.11-xen-sparse/arch/xen/x86_64/pci/Makefile index d6a253a090..47dbc45daa 100644 --- a/linux-2.6.11-xen-sparse/arch/xen/x86_64/pci/Makefile +++ b/linux-2.6.11-xen-sparse/arch/xen/x86_64/pci/Makefile @@ -12,7 +12,7 @@ c-obj-y := i386.o c-obj-y += fixup.o c-obj-$(CONFIG_ACPI_PCI) += acpi.o c-obj-y += legacy.o common.o -c-xen-obj-$(CONFIG_PCI_DIRECT)+= direct.o +c-obj-$(CONFIG_PCI_DIRECT)+= direct.o c-xen-obj-y += irq.o # mmconfig has a 64bit special c-obj-$(CONFIG_PCI_MMCONFIG) += mmconfig.o -- 2.30.2